home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / cli / gengui21.lha / Gengui2.1 / Examples / border.gui < prev    next >
Text File  |  1995-10-12  |  518b  |  41 lines

  1.  
  2. ProjectName TestPro
  3. VBox
  4.  
  5.  
  6.    HBox
  7.       rightcharspace 10
  8.       frame RAISED
  9.  
  10.       MX
  11.          stdcol 2
  12.          leftcharspace 10
  13.          Labels "Amiga  500","Amiga 1000","Amiga 2000"
  14.          Labels "Amiga 3000","Amiga 4000"
  15.          id 1
  16.       end
  17.       button
  18.          vrel 1
  19.          text "Just a Test"
  20.          id 2
  21.       end
  22.    end
  23.  
  24.    hbox
  25.       stdline 1
  26.       button
  27.          text "OK"
  28.          id 4
  29.       end
  30.       hbox
  31.       end
  32.       button
  33.          text "Cancel"
  34.          id 5
  35.       end
  36.    end
  37. end
  38.  
  39.  
  40.  
  41.